From c3711577c178e2c2b7c4dae2d83fa559c9d40b19 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Wed, 12 Dec 2007 10:05:53 +0000 Subject: [PATCH] tools: Fix distutils installation of xsview. Distutils won't install xsview unless it has an __init__.py. This patch adds an empty one, which is all that is required. Signed-off-by: Mark Williamson --- tools/python/xen/xsview/__init__.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tools/python/xen/xsview/__init__.py diff --git a/tools/python/xen/xsview/__init__.py b/tools/python/xen/xsview/__init__.py new file mode 100644 index 0000000000..e69de29bb2 -- 2.30.2